ARMv7: support non-LPAE mapping (not xlat_v2)
authorEtienne Carriere <[email protected]>
Tue, 24 Oct 2017 20:47:59 +0000 (22:47 +0200)
committerUsama Arif <[email protected]>
Tue, 19 Feb 2019 17:07:48 +0000 (17:07 +0000)
commitc9fe6fed4bcd930af4ccc487633b35e92d3cc288
tree1054a6435db443aa14772f2113275fc95686e25c
parent6393c787b5aa915ea2c707acebd3e330246fe991
ARMv7: support non-LPAE mapping (not xlat_v2)

Support 32bit descriptor MMU table. This is required by ARMv7
architectures that do not support the Large Page Address Extensions.

nonlpae_tables.c source file is dumped from the OP-TEE project:
core_mmu_armv7.c and related header files.

Change-Id: If912d66c374290c49c5a1211ce4c5c27b2d7dc60
Signed-off-by: Etienne Carriere <[email protected]>
Signed-off-by: Usama Arif <[email protected]>
include/lib/xlat_tables/xlat_tables_defs.h
lib/xlat_tables/aarch32/nonlpae_tables.c [new file with mode: 0644]